ComponentOne Expression Editor for UWP
C1.UWP.ExpressionEditor Assembly / C1.Xaml.ExpressionEditor Namespace / RuleCollection Class / FindIndex Method / FindIndex(Predicate<BaseRule>) Method

In This Topic
    FindIndex(Predicate<BaseRule>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function FindIndex( _
       ByVal match As System.Predicate(Of BaseRule) _
    ) As System.Integer
    public System.int FindIndex( 
       System.Predicate<BaseRule> match
    )

    Parameters

    match
    See Also